---
title: "This is a Template"
author: "Denis Ostroushko"
date: '`r Sys.Date()`'
output:
flexdashboard::flex_dashboard:
theme: journal
source_code: embed
---
```{r packages }
library(ggthemes, quietly = TRUE)
library(htmltools, quietly = TRUE)
library(tidyverse)
library(plotly)
library(flexdashboard)
```